github.com/jackc/pgx/v5.QueuedQuery.sd (field)

19 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L16: 	sd        *pgconn.StatementDescription
		conn.go#L999: 			bi.sd = sd
		conn.go#L1043: 		sd := bi.sd
		conn.go#L1082: 		if bi.sd == nil {
		conn.go#L1085: 				bi.sd = sd
		conn.go#L1088: 					bi.sd = distinctNewQueries[idx]
		conn.go#L1096: 					bi.sd = sd
		conn.go#L1114: 		if bi.sd == nil {
		conn.go#L1117: 				bi.sd = sd
		conn.go#L1120: 					bi.sd = distinctNewQueries[idx]
		conn.go#L1127: 					bi.sd = sd
		conn.go#L1141: 		if bi.sd == nil {
		conn.go#L1143: 				bi.sd = distinctNewQueries[idx]
		conn.go#L1150: 				bi.sd = sd
		conn.go#L1230: 		err := c.eqb.Build(c.typeMap, bi.sd, bi.Arguments)
		conn.go#L1236: 		if bi.sd.Name == "" {
		conn.go#L1237: 			pipeline.SendQueryParams(bi.sd.SQL, c.eqb.ParamValues, bi.sd.ParamOIDs, c.eqb.ParamFormats, c.eqb.ResultFormats)
		conn.go#L1243: 			pipeline.SendQueryStatement(bi.sd, c.eqb.ParamValues, c.eqb.ParamFormats, resultFormats)